shikane: 1.0.1 -> 1.1.0 (#526563)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-02 09:00:17 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "shikane";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitLab {
owner = "w0lff";
repo = "shikane";
rev = "v${finalAttrs.version}";
hash = "sha256-Chc1+JUHXzuLl26NuBGVxSiXiaE4Ns1FXb0dBs6STVk=";
hash = "sha256-YjHFhGP2A8dQTOmeeBqB2ij3Zgs0n/uuisvWTH8fyfQ=";
};
cargoHash = "sha256-eVEfuX/dNFoNH9o18fIx51DP/MWrQMqInU4wtGCmUbQ=";
cargoHash = "sha256-ajmEbE5Y4LkxvYRFE6aBDZxNpGULTmKeu6/k92kWjQg=";
nativeBuildInputs = [
installShellFiles