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 e77c31f commit 73c2b47Copy full SHA for 73c2b47
pkgs/by-name/em/emblem/package.nix
@@ -19,21 +19,21 @@
19
20
stdenv.mkDerivation rec {
21
pname = "emblem";
22
- version = "1.4.0";
+ version = "1.5.0";
23
24
src = fetchFromGitLab {
25
domain = "gitlab.gnome.org";
26
group = "World";
27
owner = "design";
28
repo = "emblem";
29
rev = version;
30
- sha256 = "sha256-pW+2kQANZ9M1f0jMoBqCxMjLCu0xAnuEE2EdzDq4ZCE=";
+ sha256 = "sha256-knq8OKoc8Xv7lOr0ub9+2JfeQE84UlTHR1q4SFFF8Ug=";
31
};
32
33
cargoDeps = rustPlatform.fetchCargoVendor {
34
inherit src;
35
name = "${pname}-${version}";
36
- hash = "sha256-j9PrnXt0GyyfCKmcq1zYmDNlrvogtK5n316MIC+z+w0=";
+ hash = "sha256-CsISaVlRGtVVEna1jyGZo/IdWcJdwHJv6LXcXYha2UE=";
37
38
39
nativeBuildInputs = [
0 commit comments