lol

Merge pull request #124867 from r-ryantm/auto-update/cryptsetup

cryptsetup: 2.3.5 -> 2.3.6

authored by

Luke Granger-Brown and committed by
GitHub
16d8dec6 5a31e44b

+2 -2
+2 -2
pkgs/os-specific/linux/cryptsetup/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "cryptsetup"; 6 - version = "2.3.5"; 6 + version = "2.3.6"; 7 7 8 8 outputs = [ "out" "dev" "man" ]; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://kernel/linux/utils/cryptsetup/v2.3/${pname}-${version}.tar.xz"; 12 - sha256 = "sha256-ztmUb0RNEyU22vkvyKykJ3Y4o8LZbiBUCyuuTTb9cME="; 12 + sha256 = "sha256-spa3oh6ldsKxgGEcyxnQauyN3a7ffHBLDGqBIQwlY18="; 13 13 }; 14 14 15 15 # Disable 4 test cases that fail in a sandbox