mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
eggdrop: 1.9.1 -> 1.9.3
This commit is contained in:
parent
aaa1c973c8
commit
87d13a9ef0
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eggdrop";
|
||||
version = "1.9.1";
|
||||
version = "1.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eggheads";
|
||||
repo = "eggdrop";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-vh8nym7aYeTRUQ7FBZRy4ToG2ajwRDhzi4jNiJQOEyQ=";
|
||||
sha256 = "sha256-BYPDIPn1nuVhnPjs2vZ6KC6pjBVYDWsRjB8c1Z6UUdE=";
|
||||
};
|
||||
|
||||
buildInputs = [ tcl ];
|
||||
|
Loading…
Reference in New Issue
Block a user