photofield: 0.10.3 -> 0.10.4
This commit is contained in:
parent
186edce0a0
commit
3ab10e0c19
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
let
|
||||
pname = "photofield-ui";
|
||||
version = "0.10.3";
|
||||
version = "0.10.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SmilyOrg";
|
||||
repo = "photofield";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OrLsthhnjX6LWehwiBDRzhCmTp3IBsbu9WKVu0zhgaQ=";
|
||||
hash = "sha256-kcKnE4U+XWYfKw5nZSk+xCtYdagHBMZS3hvukEL8p4M=";
|
||||
};
|
||||
|
||||
webui = buildNpmPackage {
|
||||
|
|
Loading…
Reference in a new issue