Skip to content

Commit e4fd7d9

Browse files
authored
emblem: 1.4.0 -> 1.5.0 (#392587)
2 parents 593e330 + 73c2b47 commit e4fd7d9

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
@@ -18,21 +18,21 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "emblem";
21-
version = "1.4.0";
21+
version = "1.5.0";
2222

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

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

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)