Skip to content

Commit

Permalink
sirula: 1.0.0-unstable to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atagen committed Jan 8, 2025
1 parent da76b63 commit 84783cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
11 changes: 9 additions & 2 deletions pkgs/by-name/si/sirula/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 7 additions & 16 deletions pkgs/by-name/si/sirula/package.nix
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
{
lib,
fetchFromGitHub,
rustPlatform,
pkg-config,
gtk3,
gtk-layer-shell,
}:
{ lib, fetchFromGitHub, rustPlatform, pkg-config, gtk3, gtk-layer-shell, }:

rustPlatform.buildRustPackage rec {
pname = "sirula";
version = "1.0.0-unstable-2023-09-02";
version = "1.1.0";

src = fetchFromGitHub {
owner = "DorianRudolph";
repo = pname;
rev = "b15efe85ef1fe50849a33e5919d53d05f4f66090";
hash = "sha256-S0WbqY49nKaBUMWfgDKZxFLJuk7uFcnTfV8s86V0Zxs=";
rev = "f4da8f5fe50c367e7684334c31ec65fc0fe6997c";
hash = "sha256-rBaH2cIIaRoaw8Os60s4MknZywzDuGLagJiAvEYU4m8=";
};

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"osstrtools-0.2.2" = "sha256-Co4pcikfN4vtIVK7ZsRGCWMAhMJWNNVZe/AdN1nMlmQ=";
"osstrtools-0.2.2" =
"sha256-Co4pcikfN4vtIVK7ZsRGCWMAhMJWNNVZe/AdN1nMlmQ=";
};
};

nativeBuildInputs = [ pkg-config ];

buildInputs = [
gtk3
gtk-layer-shell
];
buildInputs = [ gtk3 gtk-layer-shell ];

meta = with lib; {
description = "Simple app launcher for wayland written in rust";
Expand Down

0 comments on commit 84783cb

Please sign in to comment.