forked from mirrors/nixpkgs
unetbootin: 675 -> 677
This commit is contained in:
parent
c8ce15bec7
commit
786d300251
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "unetbootin";
|
||||
version = "675";
|
||||
version = "677";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "unetbootin";
|
||||
repo = "unetbootin";
|
||||
rev = version;
|
||||
sha256 = "0b7z2amsf6i7b56a5sfs5di1vh30h6ybcqg23d5gx5zgn3w38w4a";
|
||||
sha256 = "1mk6179r2lz2d0pvln1anvf5p4l7vfrnnnlhgyx2dlx6pfacsspy";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
|
Loading…
Reference in a new issue