htgen-imgur: 1.0.0 -> 1.2.0

Generate deletehash without dashes, otherwise an unpatched flameshot
will fail to delete uploaded images, as it uses dashes to pack files
into its history.
This commit is contained in:
tv 2023-02-05 00:59:47 +01:00
parent af9e845e86
commit 90b46307b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ attr, coreutils, exiv2, findutils, gnugrep, jq, nix, stockholm, util-linux, stdenv }:
stdenv.mkDerivation rec {
pname = "htgen-imgur";
version = "1.0.0";
version = "1.2.0";
src = ./src;

View File

@ -99,7 +99,7 @@ case "$Method $path" in
if item=$(find_item $base32short); then
deletehash=$(uuidgen)
deletehash=$(uuidgen | tr -d -)
info=$(
exiv2 print "$item" |