Merge pull request #197482 from r-ryantm/auto-update/tagger

tagger: 2022.10.4 -> 2022.10.5
This commit is contained in:
Christian Kögler 2022-10-30 22:36:46 +01:00 committed by GitHub
commit 0edfc81d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "tagger";
version = "2022.10.4";
version = "2022.10.5";
src = fetchFromGitHub {
owner = "nlogozzo";
repo = "NickvisionTagger";
rev = version;
hash = "sha256-I4jhlz/dmS24nszP755xlYMF6aLhmAxlv6Td4xFbr3U=";
hash = "sha256-rkpeecJUOBom0clrwftBa/VxACTihfMfWVmfbZhMQ50=";
};
nativeBuildInputs = [