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

urn: 0.7.1 -> 0.7.2

+2 -2
+2 -2
pkgs/development/compilers/urn/default.nix
··· 4 }: 5 6 let 7 - version = "0.7.1"; 8 # Build a sort of "union package" with all the native dependencies we 9 # have: Lua (or LuaJIT), readline, etc. Then, we can depend on this 10 # and refer to ${urn-rt} instead of ${lua}, ${readline}, etc. ··· 27 owner = "urn"; 28 repo = "urn"; 29 rev = "v${version}"; 30 - sha256 = "1vw0sljrczbwl7fl5d3frbpklb0larzyp7s7mwwprkb07b027sd5"; 31 }; 32 33 buildInputs = [ makeWrapper ];
··· 4 }: 5 6 let 7 + version = "0.7.2"; 8 # Build a sort of "union package" with all the native dependencies we 9 # have: Lua (or LuaJIT), readline, etc. Then, we can depend on this 10 # and refer to ${urn-rt} instead of ${lua}, ${readline}, etc. ··· 27 owner = "urn"; 28 repo = "urn"; 29 rev = "v${version}"; 30 + sha256 = "0nclr3d8ap0y5cg36i7g4ggdqci6m5q27y9f26b57km8p266kcpy"; 31 }; 32 33 buildInputs = [ makeWrapper ];