gefyra: 2.4.4 -> 2.4.7

This commit is contained in:
R. Ryantm
2026-06-01 23:22:18 +00:00
parent 40a5199b4d
commit 0c9a5cb8e8
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gefyra";
version = "2.4.4";
version = "2.4.7";
src = fetchzip {
url = "https://github.com/gefyrahq/gefyra/releases/download/${finalAttrs.version}/gefyra-${finalAttrs.version}-linux-amd64.zip";
hash = "sha256-uYXHmaJ+g13Jw1p910HpQf2382C08Or99kdyTLDOXtI=";
hash = "sha256-6RJgEl/uteoitNumw5upkozPCrNPW1kC1STLRyycHiY=";
stripRoot = false;
};