Merge pull request #41514 from r-ryantm/auto-update/unetbootin
unetbootin: 657 -> 661
This commit is contained in:
commit
55cf1a5bf7
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "unetbootin-${version}";
|
name = "unetbootin-${version}";
|
||||||
version = "657";
|
version = "661";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "unetbootin";
|
owner = "unetbootin";
|
||||||
repo = "unetbootin";
|
repo = "unetbootin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18bbcrjk6ladr46kl3dvqz5pq2xcv4nnwmajqllb4sl3k1xqsngy";
|
sha256 = "0jwmmym86x9hc6yr619dxdbxdawx8x0zwld0dfrhzwxvwbqbpav5";
|
||||||
};
|
};
|
||||||
|
|
||||||
setSourceRoot = ''
|
setSourceRoot = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user