i3lock-blur: switch to tag and hash

This commit is contained in:
Guy Chronister
2026-02-18 10:10:16 -06:00
parent c94c0b142e
commit 5f95228592
+3 -3
View File
@@ -14,8 +14,8 @@ i3lock-color.overrideAttrs (oldAttrs: rec {
src = fetchFromGitHub {
owner = "karulont";
repo = "i3lock-blur";
rev = version;
sha256 = "sha256-rBQHYVD9rurzTEXrgEnOziOP22D2EePC1+EV9Wi2pa0=";
tag = version;
hash = "sha256-rBQHYVD9rurzTEXrgEnOziOP22D2EePC1+EV9Wi2pa0=";
};
patches = [
@@ -24,7 +24,7 @@ i3lock-color.overrideAttrs (oldAttrs: rec {
(fetchpatch {
name = "fno-common.patch";
url = "https://github.com/karulont/i3lock-blur/commit/ec8fe0e7f7d78bf445602ed517efd5c324bb32f7.patch";
sha256 = "sha256-0hXUr+ZEB1tpI3xw80/hGzKyeGuna4CQmEvK6t0VBqU=";
hash = "sha256-0hXUr+ZEB1tpI3xw80/hGzKyeGuna4CQmEvK6t0VBqU=";
})
];