ente-cli: 0.2.2 -> 0.2.3 (#383291)

Co-authored-by: zi3m5f <zi3m5f@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-19 19:03:40 +00:00
committed by GitHub
co-authored by zi3m5f
+2 -2
View File
@@ -9,7 +9,7 @@
testers,
}:
let
version = "0.2.2";
version = "0.2.3";
canExecute = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
in
@@ -21,7 +21,7 @@ buildGoModule {
owner = "ente-io";
repo = "ente";
tag = "cli-v${version}";
hash = "sha256-ynbljYl73XwCnt3RUNmOYdrN8FX3sJ+3qDhWa8m2YJs=";
hash = "sha256-qKMFoNtD5gH0Y+asD0LR5d3mxGpr2qVWXIUzJTSezeI=";
sparseCheckout = [ "cli" ];
};