astromenace: 1.4.2 -> 1.4.3

Changes: https://github.com/viewizard/astromenace/releases/tag/v1.4.3
This commit is contained in:
Sergei Trofimovich
2025-02-20 14:40:20 +00:00
committed by Francesco Gazzetta
parent 24b12689ab
commit e24bb30bdd
+2 -2
View File
@@ -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 = [