mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
cksfv: 1.3.14 -> 1.3.15
This commit is contained in:
parent
c04af4e84b
commit
9baf29e382
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cksfv-1.3.14";
|
||||
name = "cksfv-1.3.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://zakalwe.fi/~shd/foss/cksfv/files/${name}.tar.bz2";
|
||||
sha256 = "0lnz0z57phl6s52hjvlryn96xrlph9b0h89ahhv027sa79pj8g4g";
|
||||
sha256 = "0k06aq94cn5xp4knjw0p7gz06hzh622ql2xvnrlr3q8rcmdvwwx1";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user