Merge pull request #192436 from r-ryantm/auto-update/minigalaxy

minigalaxy: 1.1.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2022-09-24 11:55:58 -05:00 committed by GitHub
commit f06304c02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
python3Packages.buildPythonApplication rec {
pname = "minigalaxy";
version = "1.1.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "sharkwouter";
repo = pname;
rev = version;
sha256 = "sha256-BbtwLuG5TH/+06Ez8+mwSAjG1IWg9/3uxzjmgPHczAw=";
rev = "refs/tags/${version}";
sha256 = "sha256-KTbur9UhV08Wy3Eg/UboG0fZ/6nzNABAildnhe64FEs=";
};
checkPhase = ''