3
0
Fork 0
forked from mirrors/nixpkgs

tagger: 2022.11.1-f1 -> 2022.11.2

This commit is contained in:
R. Ryantm 2022-11-27 09:41:25 +00:00 committed by Bobby Rong
parent 7f66a409f6
commit 5d80334ccc

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "tagger";
version = "2022.11.1-f1";
version = "2022.11.2";
src = fetchFromGitHub {
owner = "nlogozzo";
repo = "NickvisionTagger";
rev = version;
hash = "sha256-JeQTWs3TSs3Y+WGRR0bHINQr0OuS95dDxo+MkWte2Qw=";
hash = "sha256-gFpnTuUROYwPANrkD+g7a3FHSCVY2oB97flCK+LLowY=";
};
nativeBuildInputs = [