nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

git-statuses: 0.6.1 -> 0.6.2 (#450877)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
77df8dce ecd01d26

+3 -3
+3 -3
pkgs/by-name/gi/git-statuses/package.nix
··· 13 13 14 14 rustPlatform.buildRustPackage (finalAttrs: { 15 15 pname = "git-statuses"; 16 - version = "0.6.1"; 16 + version = "0.6.2"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "bircni"; 20 20 repo = "git-statuses"; 21 21 tag = finalAttrs.version; 22 - hash = "sha256-phGEp9wo46owe47H+XjfDD5OlcN8cGr1oaeYMpkWies="; 22 + hash = "sha256-ZjlLpPFd+T3NIK2lrzaCfNI7308n3wOco+scGJhxFNI="; 23 23 }; 24 24 25 - cargoHash = "sha256-yG5oSwnhoFVbwdTteRgW1ljVmTnxoh8l4gG/pGuRmic="; 25 + cargoHash = "sha256-30WX9dCvrjvPUhn2oIn6unAWEkTB8U2mCEXmixYVIkk="; 26 26 27 27 # Needed to get openssl-sys to use pkg-config. 28 28 env.OPENSSL_NO_VENDOR = 1;