Merge pull request #326921 from r-ryantm/auto-update/tageditor

tageditor: 3.9.0 -> 3.9.1
This commit is contained in:
Weijia Wang 2024-07-17 03:41:18 +02:00 committed by GitHub
commit ad7f5dd66b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.9.0";
version = "3.9.1";
src = fetchFromGitHub {
owner = "martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-caki8WVnu8ELE2mXwRvT9TTTXCtMZEa0E3KVpHl05jg=";
hash = "sha256-FX0wb6GVTB/Y0m6qmoMbaeXPf8bA3+JqbGE8PPS6vAA=";
};
nativeBuildInputs = [