galene: 0.5.5 -> 0.6.1

This commit is contained in:
Alexandre Iooss
2022-10-08 09:29:10 +02:00
parent a49ef3a1ef
commit 55cbc2addb
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "galene";
version = "0.5.5";
version = "0.6.1";
src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
hash = "sha256-J1cX8mm1yZTvsaz7DOAbmjmXkdoIrs793aDnmHm8BFk=";
hash = "sha256-Bnx0GqgkOHfoDYLJqVAz/tKyF+cZ0BQTRTGO2pDv7tM=";
};
vendorSha256 = "sha256-HZQeVa4UB/1jpPbfrh3XgWQe2S3qA8CM268KghgJA0w=";