tagger: 2022.10.4 -> 2022.10.5
This commit is contained in:
parent
abe366dd5c
commit
8c964ca615
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tagger";
|
pname = "tagger";
|
||||||
version = "2022.10.4";
|
version = "2022.10.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nlogozzo";
|
owner = "nlogozzo";
|
||||||
repo = "NickvisionTagger";
|
repo = "NickvisionTagger";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-I4jhlz/dmS24nszP755xlYMF6aLhmAxlv6Td4xFbr3U=";
|
hash = "sha256-rkpeecJUOBom0clrwftBa/VxACTihfMfWVmfbZhMQ50=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user