popsicle: replace rev with tag

This commit is contained in:
Pol Dellaiera
2025-10-01 10:05:14 +02:00
parent e9e9a6266e
commit 81337e47e0
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "pop-os";
repo = "popsicle";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-sWQNav7odvX+peDglLHd7Jrmvhm5ddFBLBla0WK7wcE=";
};