minigalaxy: 1.3.0 -> 1.3.1 (#363586)

This commit is contained in:
Nick Cao 2024-12-10 09:13:00 -05:00 committed by GitHub
commit cd311045fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "minigalaxy";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "sharkwouter";
repo = "minigalaxy";
rev = "refs/tags/${version}";
hash = "sha256-CMPBKnNrcjHVpsbBjY97FiygEJNG9jKHR/LoVMfuxG4=";
tag = version;
hash = "sha256-nxWJm+CkxZqRMUYQA0ZJKOb2fD1tPYXnYhy+DOnDbkQ=";
};
patches = [