3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205709 from panicgh/bencode

bencode: 0.5.0 -> 1.0.1
This commit is contained in:
Azat Bahawi 2022-12-12 12:27:34 +03:00 committed by GitHub
commit 7a680823cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "bencode";
version = "0.5.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "fbdtemme";
repo = "bencode";
rev = "v${version}";
hash = "sha256-ePbQ6oTumQ+T5TOb+ReaOYa8Q3lvcMBZ6jTMoquTngg=";
rev = version;
hash = "sha256-zpxvADZfYTUdlNLMZJSCanPL40EGl9BBCxR7oDhvOTw=";
};
nativeBuildInputs = [