img4tool: 217 -> 218
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
}:
|
||||
clangStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "img4tool";
|
||||
version = "217";
|
||||
version = "218";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tihmstar";
|
||||
repo = "img4tool";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-67Xfq4jEK9juyaSIgVdWygAePZuyb4Yp8mY+6V66+Aw=";
|
||||
hash = "sha256-s2pX+svCINI3EQsAlDKHm8P03/5C4MVA63wAwAH1lEs=";
|
||||
};
|
||||
|
||||
# Do not depend on git to calculate version, instead
|
||||
|
||||
Reference in New Issue
Block a user