Skip to content

Commit 73c2b47

Browse files
committed
emblem: 1.4.0 -> 1.5.0
1 parent e77c31f commit 73c2b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/em/emblem/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919

2020
stdenv.mkDerivation rec {
2121
pname = "emblem";
22-
version = "1.4.0";
22+
version = "1.5.0";
2323

2424
src = fetchFromGitLab {
2525
domain = "gitlab.gnome.org";
2626
group = "World";
2727
owner = "design";
2828
repo = "emblem";
2929
rev = version;
30-
sha256 = "sha256-pW+2kQANZ9M1f0jMoBqCxMjLCu0xAnuEE2EdzDq4ZCE=";
30+
sha256 = "sha256-knq8OKoc8Xv7lOr0ub9+2JfeQE84UlTHR1q4SFFF8Ug=";
3131
};
3232

3333
cargoDeps = rustPlatform.fetchCargoVendor {
3434
inherit src;
3535
name = "${pname}-${version}";
36-
hash = "sha256-j9PrnXt0GyyfCKmcq1zYmDNlrvogtK5n316MIC+z+w0=";
36+
hash = "sha256-CsISaVlRGtVVEna1jyGZo/IdWcJdwHJv6LXcXYha2UE=";
3737
};
3838

3939
nativeBuildInputs = [

0 commit comments

Comments
 (0)