astromenace: 1.4.2 -> 1.4.3
Changes: https://github.com/viewizard/astromenace/releases/tag/v1.4.3
This commit is contained in:
committed by
Francesco Gazzetta
parent
24b12689ab
commit
e24bb30bdd
@@ -21,13 +21,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "astromenace";
|
||||
version = "1.4.2";
|
||||
version = "1.4.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "viewizard";
|
||||
repo = "astromenace";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-VFFFYHsBxkURHqOBeuRuIxRKsy8baw2izOZ/qXUkiW8=";
|
||||
hash = "sha256-W6d+8iw7/r2qJbE75U7egxqvK2HXaKzk+GtnspZRAxk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user