identity: 0.7.0 -> 25.03 (#395829)

authored by Aleksana and committed by GitHub 43524cab 9e063f90

+4 -4
+4 -4
pkgs/by-name/id/identity/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "identity"; 29 - version = "0.7.0"; 29 + version = "25.03"; 30 30 31 31 src = fetchFromGitLab { 32 32 domain = "gitlab.gnome.org"; 33 33 owner = "YaLTeR"; 34 34 repo = "identity"; 35 - rev = "refs/tags/v${finalAttrs.version}"; 36 - hash = "sha256-h8/mWGuosBiQRpoW8rINJht/7UBVEnUnTKY5HBCAyw4="; 35 + tag = "v${finalAttrs.version}"; 36 + hash = "sha256-JZyhT220ARZ2rX0CZYeFkHx8i9ops7TcfGje0NKebnU="; 37 37 }; 38 38 39 39 cargoDeps = rustPlatform.fetchCargoVendor { 40 40 inherit (finalAttrs) pname version src; 41 - hash = "sha256-YkbhZQUpe8ffBpHcYl7wjFgs3krAXlvHgcBdP/6uvek="; 41 + hash = "sha256-RCSTxtHXkLsH8smGp2XzQeV9SSpLx5llrFg3cgIsWKY="; 42 42 }; 43 43 44 44 strictDeps = true;