Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #49935 from r-ryantm/auto-update/theft

theft: 0.4.3 -> 0.4.4

authored by

Jörg Thalheim and committed by
GitHub
ccf0e21c 63ff3221

+2 -2
+2 -2
pkgs/development/libraries/theft/default.nix
··· 1 { stdenv, fetchFromGitHub }: 2 3 stdenv.mkDerivation rec { 4 - version = "0.4.3"; 5 name = "theft-${version}"; 6 7 src = fetchFromGitHub { 8 owner = "silentbicycle"; 9 repo = "theft"; 10 rev = "v${version}"; 11 - sha256 = "1ibh8np12lafnrsrvjbbzlyq45zq654939x0y22vdnc6s8dpbhw4"; 12 }; 13 14 preConfigure = "patchShebangs ./scripts/mk_bits_lut";
··· 1 { stdenv, fetchFromGitHub }: 2 3 stdenv.mkDerivation rec { 4 + version = "0.4.4"; 5 name = "theft-${version}"; 6 7 src = fetchFromGitHub { 8 owner = "silentbicycle"; 9 repo = "theft"; 10 rev = "v${version}"; 11 + sha256 = "1csdhnb10k7vsyd44vjpg430nf6a909wj8af2zawdkbvnxn5wxc4"; 12 }; 13 14 preConfigure = "patchShebangs ./scripts/mk_bits_lut";