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

Configure Feed

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

bustle: 0.11.0 -> 0.12.0

+3 -3
+3 -3
pkgs/by-name/bu/bustle/package.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "bustle"; 22 - version = "0.11.0"; 22 + version = "0.12.0"; 23 23 24 24 src = fetchFromGitLab { 25 25 domain = "gitlab.gnome.org"; 26 26 owner = "World"; 27 27 repo = "bustle"; 28 28 tag = finalAttrs.version; 29 - hash = "sha256-aO7f5xLRuIGVAp+TVveFXtWx/rl/jqbmXNd6zN9dZZw="; 29 + hash = "sha256-gzPFODVLvv+Ore1XR+XTi2fjVh3OJOZF0k9vilVnst4="; 30 30 }; 31 31 32 32 cargoDeps = rustPlatform.fetchCargoVendor { 33 33 inherit (finalAttrs) pname version src; 34 - hash = "sha256-cofqxgSyj24wVhzImYs/gsWGjQpzOjaf49RdtYgsrbo="; 34 + hash = "sha256-DYkicVDjQRIMfKl0f9aLWIyQfR153I43EpSuskenmoA="; 35 35 }; 36 36 37 37 env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {