Skip to content

Commit 01961cb

Browse files
authored
concessio: 0.2.1 -> 0.3.0 (#496718)
2 parents af492c0 + c11df9f commit 01961cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/concessio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "concessio";
21-
version = "0.2.1";
21+
version = "0.3.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "ronniedroid";
2525
repo = "concessio";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-vPHL46mZj6idIv9VXY73jrcA2GEpPdG5hn0ZzAZjo6A=";
27+
hash = "sha256-jFmGl5g54cZ9yDbcm+yi/o3htLYHMffQJL74AH271TM=";
2828
};
2929

3030
strictDeps = true;

0 commit comments

Comments
 (0)