We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aebe67 commit c11df9fCopy full SHA for c11df9f
pkgs/by-name/co/concessio/package.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "concessio";
21
- version = "0.2.1";
+ version = "0.3.0";
22
23
src = fetchFromGitHub {
24
owner = "ronniedroid";
25
repo = "concessio";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-vPHL46mZj6idIv9VXY73jrcA2GEpPdG5hn0ZzAZjo6A=";
+ hash = "sha256-jFmGl5g54cZ9yDbcm+yi/o3htLYHMffQJL74AH271TM=";
28
};
29
30
strictDeps = true;
0 commit comments