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

tageditor: 3.9.1 -> 3.9.2
This commit is contained in:
Matthias Beyer 2024-08-15 08:11:35 +02:00 committed by GitHub
commit cd02850f5e
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.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "martchus";
repo = pname;
rev = "v${version}";
hash = "sha256-FX0wb6GVTB/Y0m6qmoMbaeXPf8bA3+JqbGE8PPS6vAA=";
hash = "sha256-Bmi1U/SmYENlwsysAHsgFODU7R1RnU3xqbwhPEwsGcM=";
};
nativeBuildInputs = [