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 9e063f9 + e955e0c commit 43524caCopy full SHA for 43524ca
pkgs/by-name/id/identity/package.nix
@@ -26,19 +26,19 @@
26
27
stdenv.mkDerivation (finalAttrs: {
28
pname = "identity";
29
- version = "0.7.0";
+ version = "25.03";
30
31
src = fetchFromGitLab {
32
domain = "gitlab.gnome.org";
33
owner = "YaLTeR";
34
repo = "identity";
35
- rev = "refs/tags/v${finalAttrs.version}";
36
- hash = "sha256-h8/mWGuosBiQRpoW8rINJht/7UBVEnUnTKY5HBCAyw4=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-JZyhT220ARZ2rX0CZYeFkHx8i9ops7TcfGje0NKebnU=";
37
};
38
39
cargoDeps = rustPlatform.fetchCargoVendor {
40
inherit (finalAttrs) pname version src;
41
- hash = "sha256-YkbhZQUpe8ffBpHcYl7wjFgs3krAXlvHgcBdP/6uvek=";
+ hash = "sha256-RCSTxtHXkLsH8smGp2XzQeV9SSpLx5llrFg3cgIsWKY=";
42
43
44
strictDeps = true;
0 commit comments