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