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

Configure Feed

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

dav1d: 1.2.0 -> 1.2.1

+2 -2
+2 -2
pkgs/development/libraries/dav1d/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "dav1d"; 13 - version = "1.2.0"; 13 + version = "1.2.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "videolan"; 17 17 repo = pname; 18 18 rev = version; 19 - hash = "sha256-Y9wqa6lIs0eKT+q+95gjzfHIc3pglXzLNaDjsWy1gok="; 19 + hash = "sha256-RrEim3HXXjx2RUU7K3wPH3QbhNTRN9ZX/oAcyE9aV8I="; 20 20 }; 21 21 22 22 outputs = [ "out" "dev" ];