concessio: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-03-04 22:39:04 +00:00
parent 9aebe67e86
commit c11df9f0bd
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "concessio";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "ronniedroid";
repo = "concessio";
tag = "v${finalAttrs.version}";
hash = "sha256-vPHL46mZj6idIv9VXY73jrcA2GEpPdG5hn0ZzAZjo6A=";
hash = "sha256-jFmGl5g54cZ9yDbcm+yi/o3htLYHMffQJL74AH271TM=";
};
strictDeps = true;